net/http.persistConn.inFlight (field)
6 uses
net/http (current package)
clientconn.go#L415: if cc.pconn.closed != nil || cc.pconn.reserved || cc.pconn.inFlight {
clientconn.go#L424: if cc.pconn.closed == nil && (cc.pconn.reserved || cc.pconn.inFlight) {
transport.go#L1075: if !pconn.inFlight {
transport.go#L1078: pconn.inFlight = false
transport.go#L2154: inFlight bool // ClientConn only: request is in flight
transport.go#L2826: pc.inFlight = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |